html, body {
  width: 100%;
  min-width: 1208px;
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
  letter-spacing: 1px;
}

img {
  width: 100%;
  height: 100%;
}

.transform-scale {
  transition: all 0.3s;
}
.transform-scale:hover {
  transform: scale(1.1);
}

.clear {
  clear: both;
}

.main {
  font-family: PingFang-SC-Regular, PingFang-SC;
  position: relative;
  padding-top: 68px;
}
.main > header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 68px;
  z-index: 9999;
  background-color: #FFF;
}
.main > header > .content {
  width: 1208px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main > header > .content > .logo {
  float: left;
  width: 158px;
  height: 36px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 13px 0;
  background-image: url("../../img/index/logo-1@2x.png");
}
.main > header > .content > .head-nav {
  display: flex;
  float: left;
  height: 68px;
}
.main > header > .content > .head-nav > .head-con {
  width: 120px;
  position: relative;
  line-height: 68px;
  text-align: center;
}
.main > header > .content > .head-nav > .head-con > .head-link {
  font-size: 14px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  color: #666666;
  margin: 0 24px;
}
.main > header > .content > .head-nav > .head-con > .head-link.active, .main > header > .content > .head-nav > .head-con > .head-link:hover {
  color: #B53434;
}
.main > header > .content > .head-nav > .head-con > .bar {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 4px;
  left: 50%;
  margin-left: -50%;
  background-color: #D5382E;
  border-radius: 1px;
  display: none;
}
.main > header > .content > .head-nav > .head-con > .bar.active {
  display: block;
}
.main > header > .content > .head-nav > .head-con > .bar.hover {
  display: block;
}
.main > header > .content > .head-nav > .head-con > .hideContent {
  position: fixed;
  top: 68px;
  left: 0px;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #F0F1F2;
  box-shadow: 0px 0px 3px #e0e0e0;
  text-align: left;
  z-index: 999;
  display: none;
}
.main > header > .content > .head-nav > .head-con > .hideContent.short {
  position: relative;
  top: 0;
  left: 0;
  width: 120px;
}
.main > header > .content > .head-nav > .head-con > .hideContent.short > .planContent {
  width: 100px;
  flex-direction: column;
  padding: 10px 0;
}
.main > header > .content > .head-nav > .head-con > .hideContent.short > .planContent > .p-c-links {
  width: 100px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.main > header > .content > .head-nav > .head-con > .hideContent.short > .planContent > .p-c-links > .link {
  margin: 10px auto;
}
.main > header > .content > .head-nav > .head-con > .hideContent > .planContent {
  width: 1220px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.main > header > .content > .head-nav > .head-con > .hideContent > .planContent > .p-c-links {
  padding-top: 24px;
  padding-bottom: 20px;
  width: 240px;
  display: flex;
  flex-direction: column;
}
.main > header > .content > .head-nav > .head-con > .hideContent > .planContent > .p-c-links > .title {
  color: #B53434;
  font-weight: 500;
  font-size: 16px;
  margin: 13px 24px;
}
.main > header > .content > .head-nav > .head-con > .hideContent > .planContent > .p-c-links > .link {
  font-size: 14px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  color: #666666;
  margin: 13px 24px;
}
.main > header > .content > .head-nav > .head-con > .hideContent > .planContent > .p-c-links > .link.active, .main > header > .content > .head-nav > .head-con > .hideContent > .planContent > .p-c-links > .link:hover {
  color: #B53434;
}
.main > header > .content > .top-tool {
  float: left;
  display: flex;
  align-items: center;
  line-height: 68px;
}
.main > header > .content > .top-tool > p {
  color: #e60012;
  font-size: 15px;
  line-height: 60px;
  cursor: pointer;
  font-weight: 500;
}
.main > header > .content > .top-tool > span {
  font-size: 15px;
  color: #e60012;
  line-height: 24px;
  margin-right: 7px;
  cursor: pointer;
  font-weight: 500;
}
.main > header > .content > .top-tool > a {
  background-image: linear-gradient(90deg, #d1201d 0%, #e13f27 100%);
  border-radius: 4px;
  border: 0;
  width: 80px;
  height: 30px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.main > header > .content > .top-tool > a:hover {
  background-image: linear-gradient(90deg, #e13f27 0%, #e13f27 100%);
}
.main > .scheme-footer-nav {
  width: 100%;
  min-width: 1208px;
  height: 790px;
  background-color: #FFF;
}
.main > .scheme-footer-nav > .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.main > .scheme-footer-nav > .content > .title {
  margin-top: 154px;
  margin-bottom: 80px;
  text-align: center;
  position: relative;
}
.main > .scheme-footer-nav > .content > .title > span {
  font-size: 36px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 50px;
}
.main > .scheme-footer-nav > .content > .title > .btn {
  cursor: pointer;
  width: 128px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s;
  color: #FFF;
  background: #B53434;
  position: absolute;
  right: 0;
  top: 20px;
}
.main > .scheme-footer-nav > .content > .title > .btn:hover {
  background: #FBF3F3;
  color: #B53434;
}
.main > .scheme-footer-nav > .content > .row {
  display: flex;
  justify-content: space-between;
}
.main > .scheme-footer-nav > .content > .row > .col {
  width: 226px;
  height: 321px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../img/scheme/footer-nav-bg.png");
  cursor: pointer;
  transition: all 0.3s;
}
.main > .scheme-footer-nav > .content > .row > .col:hover {
  transform: scale(1.1);
}
.main > .scheme-footer-nav > .content > .row > .col > .name {
  text-align: center;
  display: flex;
  height: 200px;
  padding: 0 30px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 28px;
  color: #B53434;
  line-height: 36px;
}
.main > .scheme-footer-nav > .content > .row > .col > .logo {
  text-align: center;
}
.main > .scheme-footer-nav > .content > .row > .col > .logo > img {
  width: 70px;
  height: 70px;
}
.main > footer {
  background: #2F2F40;
  box-shadow: 0px 2px 4px 0px rgba(106, 106, 106, 0.5);
  padding: 30px 0;
  font-family: PingFang-SC-Regular, PingFang-SC;
}
.main > footer > .content {
  width: 1208px;
  margin: 0 auto;
  color: #FFF;
}
.main > footer > .content > .footer-logo {
  width: 158px;
  height: 36px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../img/index/logo-2@2x.png");
}
.main > footer > .content > .footer-nav {
  padding-top: 64px;
  border-top: 1px solid #979797;
  display: flex;
}
.main > footer > .content > .footer-nav > .nav-row {
  float: left;
}
.main > footer > .content > .footer-nav > .nav-row > .nav-links {
  float: left;
  font-size: 12px;
}
.main > footer > .content > .footer-nav > .nav-row > .nav-links > .nav-link {
  line-height: 24px;
}
.main > footer > .content > .footer-nav > .nav-row > .nav-links > .nav-link > a {
  color: #FFF;
}
.main > footer > .content > .footer-nav > .nav-row > .wechat {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../img/index/WechatIMG45@2x.png");
}
.main > footer > .content > .footer-record {
  margin-top: 50px;
}
.main > footer > .content > .footer-record > p {
  text-align: center;
  font-size: 12px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #DDDDDD;
  line-height: 17px;
}
.main > footer > .content > .footer-record > p a {
  color: #DDD;
}
.main > footer > .content > .footer-record > p a:hover {
  text-decoration: underline;
}
.main .right-tool-fixed {
  position: fixed;
  bottom: 150px;
  right: 8px;
  width: 70px;
  z-index: 10;
  height: 220px;
}
.main .right-tool-fixed > .tools-main {
  width: 70px;
}
.main .right-tool-fixed > .tools-main > .tools {
  cursor: pointer;
  margin-bottom: 10px;
  width: 62px;
  box-sizing: border-box;
  padding: 8px;
  background: #E60012;
  border-radius: 6px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main .right-tool-fixed > .tools-main > .tools > .row {
  position: relative;
  width: 46px;
  height: 46px;
  display: block;
}
.main .right-tool-fixed > .tools-main > .tools > .row:hover > .box {
  display: block;
}
.main .right-tool-fixed > .tools-main > .tools > .row > .icon {
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  background-size: cover;
}
.main .right-tool-fixed > .tools-main > .tools > .row > .icon.icon-ceo {
  background-image: url("../../img/tool/ceooff.png");
}
.main .right-tool-fixed > .tools-main > .tools > .row > .icon.icon-ceo:hover {
  background-image: url("../../img/tool/ceoon.png");
}
.main .right-tool-fixed > .tools-main > .tools > .row > .icon.icon-phone {
  background-image: url("../../img/tool/phoneoff.png");
}
.main .right-tool-fixed > .tools-main > .tools > .row > .icon.icon-phone:hover {
  background-image: url("../../img/tool/phoneon.png");
}
.main .right-tool-fixed > .tools-main > .tools > .row > .icon.icon-form {
  background-image: url("../../img/tool/formoff.png");
}
.main .right-tool-fixed > .tools-main > .tools > .row > .icon.icon-form:hover {
  background-image: url("../../img/tool/formon.png");
}
.main .right-tool-fixed > .tools-main > .tools > .row > .box {
  position: absolute;
  width: 160px;
  right: 76px;
  top: 0;
  display: none;
  border-radius: 6px;
}
.main .right-tool-fixed > .tools-main > .tools > .row > .box > .box-con {
  padding: 12px 16px;
  position: relative;
  min-height: 50px;
  background: #fff;
  border: 1px solid #f8f8f8;
  border-radius: 6px;
}
.main .right-tool-fixed > .tools-main > .tools > .row > .box > .box-con > .weixin {
  width: 126px;
  height: 126px;
  display: block;
  background: url("../../img/index/WechatIMG45@2x.png") no-repeat;
  background-size: 100% 100%;
}
.main .right-tool-fixed > .tools-main > .tools > .row > .box > .box-con > p {
  font-size: 14px;
  font-weight: 400;
  height: 20px;
  line-height: 20px;
  color: #666666;
  border-radius: 6px;
  margin-bottom: 4px;
}
.main .right-tool-fixed > .tools-main > .tools > .row > .box > .dot {
  position: absolute;
  right: -14px;
  top: 13px;
  background: url("../../img/tool/dot_04.png") no-repeat center center;
  width: 22px;
  height: 22px;
}
.main .right-tool-fixed > .tools-main > .tools > span {
  display: block;
  width: 30px;
  height: 1px;
  background: #EDEDEC;
  margin: 6px auto;
}

.icon.icon-phone {
  width: 21px;
  height: 21px;
  background-image: url("../../img/index/icon-phone.png");
}
.icon.icon-email {
  width: 22px;
  height: 16px;
  background-image: url("../../img/index/icon-email.png");
}

.wave-btn {
  position: relative;
  overflow: hidden;
}
.wave-btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #FFF 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform 0.3s, opacity 0.5s;
}
.wave-btn:active:after {
  transform: scale(0, 0);
  opacity: 0.3;
  transition: 0s;
}

.swiper-button-next, .swiper-button-prev {
  top: calc(50% + 44px);
  color: #FFF;
}/*# sourceMappingURL=common.css.map */